github.com/klauspost/compress/zstd.doubleFastEncoderDict.longTableShardDirty (field)

9 uses

	github.com/klauspost/compress/zstd (current package)
		enc_dfast.go#L34: 	longTableShardDirty [dLongTableShardCnt]bool
		enc_dfast.go#L1090: 		for i := range e.longTableShardDirty {
		enc_dfast.go#L1091: 			if e.longTableShardDirty[i] {
		enc_dfast.go#L1100: 		for i := range e.longTableShardDirty {
		enc_dfast.go#L1101: 			e.longTableShardDirty[i] = false
		enc_dfast.go#L1105: 	for i := range e.longTableShardDirty {
		enc_dfast.go#L1106: 		if !e.longTableShardDirty[i] {
		enc_dfast.go#L1113: 		e.longTableShardDirty[i] = false
		enc_dfast.go#L1122: 	e.longTableShardDirty[entryNum/dLongTableShardSize] = true